Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Route( _ ByVal waypoints As IEnumerable(Of MapPoint), _ ByVal onComplete As EventHandler(Of CalculateRouteCompletedEventArgs) _ ) |
C# | |
---|---|
public void Route( IEnumerable<MapPoint> waypoints, EventHandler<CalculateRouteCompletedEventArgs> onComplete ) |
Parameters
- waypoints
- The waypoints as points.
- onComplete
- The handler to call on completion.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7